home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / bin / testrb1.8 < prev    next >
Encoding:
Text File  |  2007-03-07  |  150 b   |  6 lines

  1. #!/usr/bin/ruby1.8
  2. require 'test/unit'
  3. (r = Test::Unit::AutoRunner.new(true)).process_args(ARGV) or
  4.   abort r.options.banner + " tests..."
  5. exit r.run
  6.